.flex {
    display: flex;
  }
  .f-a-c {
    align-items: center;
  }
  .topheader {
    background: #fff;
  }
  .inner {
    padding: 10px 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .topheader .h2 {
    font-size: 26px;
    color: #333333;
  }
  .topheader .p {
    font-size: 24px;
    color: #FF1D1D;
    margin-top: 6px;
  }
  .p2 {
    font-size: 20px;
    color: #333333;
  }
  .h-phone {
    display: block;
    font-size: 32px;
    color:#123FA7;
    font-weight: bold;
  }
  .tanma-top-container {
    height: 164px;
  }
  .tanma-top-container .tanma-top-navigator .top-right .f-menu {
    display: flex;
    justify-content: space-around;
    height: 70px;
  }
  .tanma-index-container .indexBanner-box {
    margin-top: 164px;
    height: auto;
  }
  .indexBanner-box .banner-container {
    width: 100%!important;
    height: auto;
  }
  .indexBanner-box .banner-container img{
    width: 100%;
  }
  .label-item {
    cursor: pointer;
  }
  .tab-content-detail {
    cursor: pointer;
  }
  .label_box {
    margin-bottom: 24px;
  }
  .label_box_title {
    font-size: 24px;
    text-align: center;
  }
  .pup {
    position: relative;
    background: #fff;
    border-radius: 16px;
    width: 500px;
    padding: 20px 30px 30px;
  }
  .pup input {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    padding: 12px 15px;
    width: 48%;
    font-size: 16px;
    margin-bottom: 20px;
    background: #fff;
  }
  .pup .puptitle {
    font-size: 24px;
    color: #123FA7;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .pup textarea {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    font-size: 16px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    min-height: 100px;
    resize: none;
  }
  .pup .pupdel {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .pup .submitBtn {
    margin-top: 20px;
    width: 100%;
    background: #123FA7;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    padding: 12px 0;
    color: #fff;
    cursor: pointer;
  }
  .clientBox {
    padding: 0 20px;
    width: 1110px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .clientBox img{
    margin-top: 80px;
    margin-right: 6%;
  }
  .clientBox img:nth-child(5n) {
    margin-right: 0;
  }

  .bg_gray_fa {
    background: #fafafa;
  }
  .index_content {
    padding: 40px 0;
  }
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .c_title {
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
  }
  .clearfix {
    zoom: 1;
  }
  .index_news_more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 3px;
  }
  .three-box-li {
    float: left;
    width: 50%;
    padding: 10px 0;
    margin-bottom: 30px;
    transition: all .3s;
  }
  .three-box-li-date {
    width: 20%;
    padding-right: 25px;
  }
  .size24 {
    font-size: 24px;
  }
  .gray9 {
    color: #999;
  }
  .three-box-li-p {
    width: 80%;
  }
  .ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .three-box-li-p-img {
    padding-right: 15px;
  }
  .gray6 {
    color: #666;
  }
  .t-right {
    text-align: right;
  }
  .three-box-li:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  a:hover, a:active, a:focus {
    color: #f74545;
    text-decoration: none;
  }
  .bold {
    font-weight: bold;
  }
  .t-center {
    text-align: center;
}